home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / wwiv2pcb.zip / WWIV2PCB.DOC < prev    next >
Text File  |  1992-08-12  |  4KB  |  78 lines

  1.                                  WWIV2PCB
  2.                                 Version .1
  3.                            Written by Ray Novino
  4.                          RunWay BBS (215) 623-6203
  5.  
  6.                               ┌─────────────┐
  7. ──────────────────────────────┤ Description ├──────────────────────────────
  8.                               └─────────────┘
  9. This is a simple utility to convert a WWIV ascii master file listing to
  10. PCBoard file format.
  11.  
  12.                                ┌────────────┐
  13. ───────────────────────────────┤ Quick Start├──────────────────────────────
  14.                                └────────────┘
  15.  
  16. 1. WWIV2PCB <filename> Where filename is the WWIV master.lst to be converted.
  17.    Your WWIV listing will remain unchanged and a new file will be created
  18.    in the current directory called PCBDIR.
  19.  
  20.                               ┌─────────────┐
  21. ──────────────────────────────┤ Other Stuff ├──────────────────────────────
  22.                               └─────────────┘
  23.  
  24. 1. Because WWIV's master list doesn't include the date of the file all files
  25.    will be stamped with "01-01-92".  You can use the "verify" option from
  26.    within PCBFiler to obtain the correct date from disk.
  27.  
  28. 2. In order to word wrap the lines at 79 characters I'm running a second
  29.    pass on the formatted output.  Please be sure you have enough disk space
  30.    to handle it.
  31.  
  32. 3. This isn't the fastest utility but it should get the job done for you.
  33.    Hopefully you will only have to run it once.
  34.  
  35. 4. Problems, questions or suggestions?  I can be reached at RunWay BBS
  36.    SaltAir or the Sysop conference on most of the echo mail networks.
  37.  
  38.  
  39. 5. The sample WWIV Master.LST I was given looked like this:
  40.  
  41. 2372B   .ZIP:   21k :Adaptec manual for the Adaptec 2372B controller
  42. 2KCLUSTR.ZIP:    6k :Use 2K clusters instead of 4K on hard disk
  43. 400KDISK.ZIP:    8k :Format floppy disks to 400K
  44. 4HDISKS .ZIP:    4k :How to add up to 4 hard disks to XT class machine
  45. ABOVE   .ZIP:   55k :AboveDisk adjustable Ram-disk
  46. ACACHE  .ZIP:   10k :A Disk Caching Program
  47. ADCACH12.ZIP:   11k :Quick disk cache utility
  48. ALLOCATE.ZIP:    6k :Allocate/Reserve space across single disk partition
  49.  
  50.   The newly created PCBDIR file will look like this:
  51.  
  52. 2372B.ZIP       21504  01-01-92  Adaptec manual for the Adaptec 2372B
  53.                                | controller
  54. 2KCLUSTR.ZIP     6144  01-01-92  Use 2K clusters instead of 4K on hard disk
  55. 400KDISK.ZIP     8192  01-01-92  Format floppy disks to 400K
  56. 4HDISKS.ZIP      4096  01-01-92  How to add up to 4 hard disks to XT class
  57.                                | machine
  58. ABOVE.ZIP       56320  01-01-92  AboveDisk adjustable Ram-disk
  59. ACACHE.ZIP      10240  01-01-92  A Disk Caching Program
  60. ADCACH12.ZIP    11264  01-01-92  Quick disk cache utility
  61. ALLOCATE.ZIP     6144  01-01-92  Allocate/Reserve space across single disk
  62.                                | partition
  63.  
  64.                               ┌─────────────┐
  65. ──────────────────────────────┤ Registration├──────────────────────────────
  66.                               └─────────────┘
  67.  
  68. WWIV2PCB is offered free to all registered PCBoard sysops.  If you find that
  69. it has saved you time let me know so I won't spend the rest of my life feeling
  70. that the time spent writing these docs was a complete waste.
  71.  
  72.                                 ┌─────────┐
  73. ────────────────────────────────┤ History ├────────────────────────────────
  74.                                 └─────────┘
  75.  
  76. 04-23-92 v1.0
  77.    Initial public release.
  78.